home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / SLOPES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  161 b   |  10 lines

  1. #ifndef _SLOPES_
  2. #define _SLOPES_
  3.  
  4. void Init_Slope_Table();
  5. void Recalc_Slope_Table();
  6. MYFIXED Get_Slope(short ray);
  7. void Clear_Slope_Table();
  8.  
  9. #endif
  10.